public class GxLogger
A logger class which is used internally to output log , warn , error messages to the console and to the debug.log file
| Modifier and Type | Field and Description | 
|---|---|
| static BBjNumber | SuppressConsole!When true , the logger will not output messages in the console | 
| static BBjNumber | SuppressDebugFile!When true , the logger will not output messages in debug file | 
| Modifier and Type | Method and Description | 
|---|---|
| static BBjString | INFO()Constant value to define "info" log messages | 
| static BBjString | log(BBjString type!, BBjString section!, BBjString message!)Output a log message on the console and Debug.log file | 
| static BBjString | log(BBjString section!, BBjString message!)Output a log message on the console and Debug.log file | 
| static BBjString | log(BBjString message!)Output a log message on the console and Debug.log file | 
| static BBjString | warn(BBjString section!, BBjString message!)Output a warning message on the console and Debug.log file | 
| static BBjString | warn(BBjString message!)Output a warning message on the console and Debug.log file | 
| static BBjString | WARNING()Constant value to define "warning" log messages | 
public static BBjNumber SuppressConsole!When true , the logger will not output messages in the console
public static BBjNumber SuppressDebugFile!When true , the logger will not output messages in debug file
public static BBjString INFO()Constant value to define "info" log messages
public static BBjString log(BBjString type!, BBjString section!, BBjString message!)
Output a log message on the console and Debug.log file
BBjString type! The log typeBBjNumber section! The log sectionBBjString message The log messagepublic static BBjString log(BBjString section!, BBjString message!)
Output a log message on the console and Debug.log file
BBjNumber section! The log sectionBBjString message The log messagepublic static BBjString log(BBjString message!)
Output a log message on the console and Debug.log file
BBjString message The log messagepublic static BBjString warn(BBjString section!, BBjString message!)
Output a warning message on the console and Debug.log file
BBjNumber section! The log sectionBBjString message The log messagepublic static BBjString warn(BBjString message!)
Output a warning message on the console and Debug.log file
BBjString message The log messagepublic static BBjString WARNING()Constant value to define "warning" log messages